PUT /admin/realms/{realm}/users/{id}/send-verify-emailSend an email to the user with a link they can click to verify their email address.
The redirectUri and clientId parameters are optional. The default for the
redirect is the account client.
- HTTP Example:
PUT /admin/realms/{realm}/users/{id}/send-verify-email?redirect_uri=…&client_id=… | - API Example:
UsersResource.sendVerifyEmail({'redirect_uri': , 'client_id': , 'realm': , 'id': }); |
- Output:
- Response -
- Query parameters:
- redirect_uri - redirect uri
- client_id - client id
- Consumes:
- application/json
|